ashtuchkiniconv-lite
iconv-lite: Pure JS character encoding conversion · No need for native code compilation. · Used in popular projects like Express. · Faster than node-iconv (see ...
iconv
2021年10月1日 — node-iconv. Text recoding in JavaScript for fun and profit! Supported encodings. European languages ASCII, ISO-8859-1,2,3,4,5,7,9,10,13,14 ...
iconv
An iconv-lite stream that autodetects the encoding and fallbacks to a specified fallback encoding. node.js · stream · decoding · encoding · iconv ...
iconv CDN by jsDelivr
A free, fast, and reliable CDN for iconv. Text recoding in JavaScript for fun and profit!
iconv
2021年5月24日 — Convert character encodings in pure javascript.. Latest version: 0.6.3, last published: 3 years ago. Start using iconv-lite in your project ...
installing node iconv via npm fails
2012年8月4日 — The author of iconv pointed out that I was probably running the wrong version of python. Once I installed python 2.7.3 it was fine.
node
2021年10月1日 — node-iconv. Text recoding in JavaScript for fun and profit! Supported encodings. European languages ASCII, ISO-8859-1,2,3,4,5,7,9,10,13,14 ...
node.js iconv bindings
Usage ... A simple ISO-8859-1 to UTF-8 conversion TCP service: var net = require('net'); var Iconv = require('iconv').Iconv; var server = net.createServer( ...